home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc1_2_x / fretext1.sit / Free Text Browser v1.01 / background_2368.txt < prev    next >
Text File  |  1990-04-13  |  2KB  |  78 lines

  1. -- background: 2368 from stack: in.01
  2. -- bmap block id: 3908
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: NotesBg
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0007
  11. -- rect: left=-1 top=19 right=342 bottom=512
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 4
  16. -- text size: 9
  17. -- style flags: 0
  18. -- line height: 12
  19. -- part name: notes
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=383 top=0 right=19 bottom=403
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 15420 / 15420
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Prev
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual effect wipe right
  37.   go to previous card
  38. end mouseUp
  39.  
  40.  
  41. -- part 3 (button)
  42. -- low flags: 00
  43. -- high flags: 0000
  44. -- rect: left=404 top=0 right=19 bottom=424
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 16560 / 16560
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: Next
  53. ----- HyperTalk script -----
  54. on mouseUp
  55.   visual effect wipe left
  56.   go to next card
  57. end mouseUp
  58.  
  59.  
  60. -- part 4 (button)
  61. -- low flags: 00
  62. -- high flags: 0000
  63. -- rect: left=434 top=3 right=16 bottom=448
  64. -- title width / last selected line: 0
  65. -- icon id / first selected line: 1018 / 1018
  66. -- text alignment: 1
  67. -- font id: 3
  68. -- text size: 9
  69. -- style flags: 0
  70. -- line height: 12
  71. -- part name: notes
  72. ----- HyperTalk script -----
  73. on mouseUp
  74.   pop card
  75. end mouseUp
  76.  
  77.  
  78.